home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / DateTimePicker.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  2.7 KB  |  42 lines

  1. [DateTimePicker]
  2. 0=2,CalendarFont,public Font CalendarFont {get; set;}
  3. 1=2,CalendarForeColor,public Color CalendarForeColor {get; set;}
  4. 2=2,CalendarMonthBackground,public Color CalendarMonthBackground {get; set;}
  5. 3=2,CalendarTitleBackColor,public Color CalendarTitleBackColor {get; set;}
  6. 4=2,CalendarTrailingForeColor,public Color CalendarTrailingForeColor {get; set;}
  7. 5=2,CustomFormat,public string CustomFormat {get; set;}
  8. 6=2,DropDownAlign,public LeftRightAlignment DropDownAlign {get; set;}
  9. 7=2,Format,public DateTimePickerFormats Format {get; set;}
  10. 8=2,MaxDate,public DateTime MaxDate {get; set;}
  11. 9=2,MinDate,public DateTime MinDate {get; set;}
  12. 10=2,PreferredHeight,public int PreferredHeight {get;}
  13. 11=2,ReadOnly,public bool ReadOnly {get; set;}
  14. 12=2,ShowCheckBox,public bool ShowCheckBox {get; set;}
  15. 13=2,ShowUpDown,public bool ShowUpDown {get; set;}
  16. 14=2,Value,public DateTime Value {get; set;}
  17. 15=2,ValueSet,public bool ValueSet {get; set;}
  18. 16=3,OnCloseUp,protected virtual void OnCloseUp(EventArgs eventargs);
  19. 17=3,OnDropDown,protected virtual void OnDropDown(EventArgs eventargs);
  20. 18=3,OnFormatQuery,protected virtual void OnFormatQuery(DateTimeFormatQueryEventArgs dtfqevent);
  21. 19=3,OnTextChanged,protected virtual void OnTextChanged(EventArgs eventargs);
  22. 20=3,OnUserFormat,protected virtual void OnUserFormat(DateTimeFormatEventArgs dtfevent);
  23. 21=3,OnUserString,protected virtual void OnUserString(DateTimeUserStringEventArgs dtusevent);
  24. 22=3,OnValueChanged,protected virtual void OnValueChanged(EventArgs eventargs);
  25. 23=3,OnWmKeyDown,protected virtual void OnWmKeyDown(DateTimeWmKeyDownEventArgs dtevent);
  26. 24=3,ResetFormat,public void ResetFormat();
  27. 25=3,ResetMaxDate,public void ResetMaxDate();
  28. 26=3,ResetMinDate,public void ResetMinDate();
  29. 27=3,ResetText,public override void ResetText();
  30. 28=3,ResetValue,public void ResetValue();
  31. 29=3,ShouldPersistBackColor,public override bool ShouldPersistBackColor();
  32. 30=3,ShouldPersistCalendarFont,public bool ShouldPersistCalendarFont();
  33. 31=3,ShouldPersistCalendarForeColor,public bool ShouldPersistCalendarForeColor();
  34. 32=3,ShouldPersistCalendarMonthBackground,public bool ShouldPersistCalendarMonthBackground();
  35. 33=3,ShouldPersistCalendarTitleBackColor,public bool ShouldPersistCalendarTitleBackColor();
  36. 34=3,ShouldPersistCalendarTitleForeColor,public bool ShouldPersistCalendarTitleForeColor();
  37. 35=3,ShouldPersistCalendarTrailingForeColor,public bool ShouldPersistCalendarTrailingForeColor();
  38. 36=3,ShouldPersistForeColor,public override bool ShouldPersistForeColor();
  39. 37=3,ShouldPersistFormat,public bool ShouldPersistFormat();
  40. 38=3,ShouldPersistMaxDate,public bool ShouldPersistMaxDate();
  41. 39=3,ShouldPersistMinDate,public bool ShouldPersistMinDate();
  42. 40=3,ShouldPersistValue,public bool ShouldPersistValue();